[INFO] fetching crate ull65 0.3.0...
[INFO] fixing ull65-0.3.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate ull65 0.3.0 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate ull65 0.3.0
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate ull65 0.3.0
[INFO] tweaked toml for crates.io crate ull65 0.3.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate ull65 0.3.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate ull65 0.3.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ull v0.2.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e285f2a3ad56f133094ec8497097ab9b5a9ded1ced32f5c4d8d7702bda97e279
[INFO] running `Command { std: "docker" "start" "e285f2a3ad56f133094ec8497097ab9b5a9ded1ced32f5c4d8d7702bda97e279", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e285f2a3ad56f133094ec8497097ab9b5a9ded1ced32f5c4d8d7702bda97e279" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e285f2a3ad56f133094ec8497097ab9b5a9ded1ced32f5c4d8d7702bda97e279", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e285f2a3ad56f133094ec8497097ab9b5a9ded1ced32f5c4d8d7702bda97e279" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking log v0.4.28
[INFO] [stderr]     Checking ull v0.2.0
[INFO] [stderr]     Checking ull65 v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking env_filter v0.1.4
[INFO] [stderr]     Checking env_logger v0.11.8
[INFO] [stdout] error: couldn't read `examples/../../../thirdparty/applei/BASIC.ROM`: No such file or directory (os error 2)
[INFO] [stdout]   --> examples/apple1.rs:21:26
[INFO] [stdout]    |
[INFO] [stdout] 21 | const BASIC_ROM: &[u8] = include_bytes!("../../../thirdparty/applei/BASIC.ROM");
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `examples/../../../thirdparty/applei/WOZMON.ROM`: No such file or directory (os error 2)
[INFO] [stdout]   --> examples/apple1.rs:22:27
[INFO] [stdout]    |
[INFO] [stdout] 22 | const WOZMON_ROM: &[u8] = include_bytes!("../../../thirdparty/applei/WOZMON.ROM");
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../../thirdparty/AllSuiteA/AllSuiteA.bin`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/fixture.rs:22:14
[INFO] [stdout]    |
[INFO] [stdout] 22 |         rom: include_bytes!("../../../thirdparty/AllSuiteA/AllSuiteA.bin"),
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../../thirdparty/Klaus2m5/6502_functional_test.bin`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/fixture.rs:29:14
[INFO] [stdout]    |
[INFO] [stdout] 29 |         rom: include_bytes!("../../../thirdparty/Klaus2m5/6502_functional_test.bin"),
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../../thirdparty/Klaus2m5/65C02_extended_opcodes_test.bin`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/fixture.rs:38:10
[INFO] [stdout]    |
[INFO] [stdout] 38 |     rom: include_bytes!("../../../thirdparty/Klaus2m5/65C02_extended_opcodes_test.bin"),
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ull65` (example "apple1") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: couldn't read `tests/../../../thirdparty/AllSuiteA/AllSuiteA.bin`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/fixture.rs:22:14
[INFO] [stdout]    |
[INFO] [stdout] 22 |         rom: include_bytes!("../../../thirdparty/AllSuiteA/AllSuiteA.bin"),
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../../thirdparty/Klaus2m5/6502_functional_test.bin`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/fixture.rs:29:14
[INFO] [stdout]    |
[INFO] [stdout] 29 |         rom: include_bytes!("../../../thirdparty/Klaus2m5/6502_functional_test.bin"),
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../../thirdparty/Klaus2m5/65C02_extended_opcodes_test.bin`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/fixture.rs:38:10
[INFO] [stdout]    |
[INFO] [stdout] 38 |     rom: include_bytes!("../../../thirdparty/Klaus2m5/65C02_extended_opcodes_test.bin"),
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ull65` (test "fixture") due to 3 previous errors
[INFO] [stderr] error: could not compile `ull65` (test "functional") due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "e285f2a3ad56f133094ec8497097ab9b5a9ded1ced32f5c4d8d7702bda97e279", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e285f2a3ad56f133094ec8497097ab9b5a9ded1ced32f5c4d8d7702bda97e279", kill_on_drop: false }`
[INFO] [stdout] e285f2a3ad56f133094ec8497097ab9b5a9ded1ced32f5c4d8d7702bda97e279
